home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / utilz20x.zip / MKDIST / MKDIST.CFG next >
Text File  |  1997-01-21  |  476b  |  17 lines

  1. #
  2. # MkDist v1.0 Configuration File
  3. #
  4. # Copyright (c) 1997 Branislav L. Slantchev
  5. # A Product of Silicon Creations, Inc. (tm)
  6. #
  7. # %ARCHIVE% : name of archive that will be created
  8. # %LIST%    : name of response file that will be used
  9. #
  10. # Note that both macros ARE case-sensitive (i.e. they MUST be all uppercase)
  11. #
  12.  
  13. ARJ = arj a -jm1 -!@ %ARCHIVE% @%LIST%
  14. ZIP = pkzip -ex -o -a %ARCHIVE% @%LIST%
  15. RAR = rar a -s -av %ARCHIVE% @%LIST%
  16. LHA = lha a %ARCHIVE% @%LIST%
  17.